home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / man / rlehdr.man < prev    next >
Text File  |  1994-04-01  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. RLEHDR(1)                                               RLEHDR(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rlehdr - Prints the header of an RLE file
  9.  
  10. SSYYNNOOPPSSIISS
  11.        rrlleehhddrr  [  --bb ] [ --cc_c_o_m_m_e_n_t_-_n_a_m_e_s ] [ --dd ] [ --mm ] [ --vv ] [
  12.        _f_i_l_e_s _._._.  ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This program prints the header of _R_L_E(5) files in a  human
  16.        readable form.  If the optional _f_i_l_e_s argument is not sup­
  17.        plied, input is read from standard input.
  18.  
  19. OOPPTTIIOONNSS
  20.        --bb     Print the information in a "brief"  one-line  form.
  21.               The form of the output line is
  22.               _n_a_m_e: [_l,_b]+[_x_s,_y_s]x_n_c+A, BG=_c_o_l_o_r, map=_Nx_L, (C)
  23.               Where  [_l,_b] is the position of the lower-left cor­
  24.               ner of the image, [_x_s,_y_s] is the size of the  image
  25.               in  pixels,  _n_c is the number of channels saved, +A
  26.               is present if an alpha channel is  saved.   BG=  or
  27.               OV= indicate that a background color was saved; OV=
  28.               means that the existing background is  not  cleared
  29.               to  the  background  color before the image is read
  30.               (this was used for a cheap form of compositing, but
  31.               is  basically  obsolete  now).   _c_o_l_o_r is the saved
  32.               background color.  The map= entry will  be  present
  33.               only  if  a color map was saved; _N is the number of
  34.               channels in the color map and _L is  the  length  of
  35.               the map.  Finally (C) is appended if there are com­
  36.               ments present.
  37.  
  38.        --cc _c_o_m_m_e_n_t_-_n_a_m_e_s
  39.               If a comment identified by any of the words in  the
  40.               comma-separated  list  _c_o_m_m_e_n_t_-_n_a_m_e_s  is present in
  41.               the input file, its first  line  will  be  printed.
  42.               Each  name  is  tried,  in turn, and only the first
  43.               match is printed.  If no match is found,  but  com­
  44.               ments  are  present,  (C)  will be printed.  The --cc
  45.               flag implies --bb.
  46.  
  47.        --dd     Dump a very verbose version of the  image  contents
  48.               as text to the standard error output stream.
  49.  
  50.        --mm     Print out the color map information.  --vv Prints the
  51.               raster toolkit version and patch level.   No  input
  52.               files will be processed if this option is given.
  53.  
  54. EEXXAAMMPPLLEESS
  55.        rlehdr image.rle
  56.               Print  the header information for all images in the
  57.               file image.rle.
  58.  
  59.        rlehdr -m image.rle
  60.               Also print  the  color  map  contents,  if  one  is
  61.  
  62.  
  63.  
  64. 1                          Jan 22, 1987                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RLEHDR(1)                                               RLEHDR(1)
  71.  
  72.  
  73.               present.
  74.  
  75.        rlehdr -b *.rle
  76.               Print  one  line summaries of all the images in the
  77.               directory.
  78.  
  79.        rlehdr -c title,TITLE *.rle
  80.               Print one line summaries of  all  the  images,  and
  81.               print the title of any that have a title comment.
  82.  
  83. SSEEEE AALLSSOO
  84.        _u_r_t(1), _R_L_E(5).
  85.  
  86. AAUUTTHHOORR
  87.        Spencer W. Thomas, University of Utah
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. 1                          Jan 22, 1987                         2
  131.  
  132.  
  133.